home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2001 December
/
COMCD1201.iso
/
toptools
/
dynaflash
/
tutorial
/
english
/
dynaflash.swf
/
scripts
/
DefineButton2_286
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-08-09
|
265 b
|
14 lines
on(release){
if(_parent.pausing == true)
{
_parent.variablesMC.stopplay = 0;
_parent.pausing = false;
}
else
{
_parent.variablesMC.stopplay = 1;
_parent.soundMC.unloadMovie();
_parent.pausing = true;
}
}